@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  76%;
	height: 100%;
}
body {	
	text-align: center; 
	background: #2D4262;
}

a, a:link {
	color: #2D4262;
}

a:visited {
	color: #000;
}

a:hover {
	color: #5275AA;
}

a:focus {
	color: #000;
}

a:active {
	color: #000;
}
.clear {
	clear:both;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

/* ---------- Page Structure CSS ---------- */

#header {
	text-align: left;
	height: 75px;
	padding-left: 30px;
	background:url(Untitled-3.gif);
}
#title {
	padding-top: 20px;
	float:left;
	color: #FFF;
	letter-spacing: -1px;
}
#title a {
	color: #FFF;
	text-decoration:none;
}

#outerWrapper {
	margin: 0 auto 0 auto; 
	text-align: left;
	width: 920px;
}
#content, #twoColumnright #content {
	width:580px;
}
#twoColumnright {
	overflow: hidden;
	background:url(content-fill.gif) repeat-y left;
	width: 920px;
}
#twoColumnright #leftColumn {
	display:none;
}
#twoColumnright #rightColumn {
	float: right;
	padding: 60px 35px 10px 10px; 
	width: 240px;
}

#twoColumnright #content {
	margin: 0 0px 0 15px; 
	padding: 30px 10px 30px 20px; 
}
#footer {
	padding: 25px 10px 10px 30px; 
	background:url(footer.gif) no-repeat left top;
	height: 48px;
	color: #C1D0E1;
	clear: both;
}

/* ---------- Navigation CSS ---------- */

#navcontainer {
	position:relative;
	height:40px;
	width:100%;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}
#nav {
	position:relative;
	height:50px;
	text-transform:uppercase;
	background:url(nav-container-bg.gif) no-repeat left top;
	padding:0 0 0 23px;
	font-size: 11px;
	font-weight: bold;
}
#nav ul {
	margin:0;
	padding:25px 0px 0px 15px;
	list-style-type:none;
}
#nav ul li {
	display:inline;
	margin:0px;
	padding-right: 20px;
	width: auto;
}
#nav ul li a {
	color:#C1D0E1;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#FFF;
}

/* ---------- Typography CSS ---------- */

h1 {
	margin-top: 0em;
	margin-bottom: 0em;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin: .5em 0em;
	color:#000;
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
}
img {
	border: 0;
}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
}

